Click or drag to resize

ContactInfo Constructor (String, String)

Initializes a new instance of the ContactInfo class with the specified display name and address.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public ContactInfo(
	string name,
	string address
)

Parameters

name
Type: SystemString
A string contains display name.
address
Type: SystemString
A string contains address.
See Also